" provides the design foundation for the discussion about the asynchronous query pattern presented here , published at ”提供了本文中所讨论的异步请求模式的设计基础
Implementing the asynchronous query pattern service is a straightforward application of the java messaging service 实现此异步请求模式服务是java消息服务的直接应用。
This first tip in a series shows you how to implement asynchronous query operations using java messaging service queues 本系列中的第一个技巧将教您怎样通过java消息服务( jms )来实现异步请求操作。
Deploy the web service , start your openjms and websphere servers , and your asynchronous query pattern web service will be up and running 发布此web服务,启动您的openjms和websphere服务器,您的异步请求模式web服务将启动并开始运行。
Central to the success of the asynchronous query pattern is the ability for the web services client and service provider to correlate requests and responses 异步请求模式成功的关键在于web服务客户与服务提供者之间协调请求和响应的能力。
The pattern that i implement is a familiar one if you have experience implementing asynchronous queries in traditional http and html web applications 如果您实现过传统的http和html web应用程序中的异步请求,您将发现我所实现的模式与它非常相似。
To illustrate the asynchronous query pattern , i implement a simple example web service that has absolutely no practical value beyond illustrating the concepts of the pattern 为了说明异步请求模式,我实现了一个简单的示例web服务,它除了说明这一模式的概念外无任何实际意义。